|
: ''A mode line may also refer to a line for the Emacs and Vim editors that provides information about the file and modes.'' A modeline is a configuration line in xorg.conf or the XFree86 configuration file (XF86Config) that provides information to the display server about a connected computer monitor or television and how to drive it at a specified display resolution. The Modeline is based on the Generalized Timing Formula or the Coordinated Video Timings standards produced by VESA. Modelines are now rarely used, but XFree86 and the Xorg Server still allow them to be set should the EDID information be inadequate. == Syntax == Each modeline has ten parameters, beginning with a label for the resolution being specified. The second parameter specifies the rate of the pixel clock in megahertz. Then follow four numbers that together specify the ''x''-resolution (width) and related parameters, and four numbers that specify the ''y''-resolution (height). Or, the modeline can be split into multiple lines for greater clarity The numbers after the width and height are used to determine the front porch, sync pulse, and back porch timings. The resulting refresh rate or frame rate of the display can be determined by dividing the pixel clock frequency by the product of the horizontal and vertical field lengths. In this case, the display is operating at 155,000,000/(2048 *1263)=59.92 Hz. Optionally, extra parameters for controlling the polarity of the horizontal and vertical sync pulses can be added. There are also options for interlaced and doublescan modes. In most situations they will not be required. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「XFree86 Modeline」の詳細全文を読む スポンサード リンク
|